Mention if an ERC module is local in its doc string
authorF. Jason Park <jp@neverwas.me>
Fri, 24 May 2024 03:50:20 +0000 (20:50 -0700)
committerF. Jason Park <jp@neverwas.me>
Mon, 27 May 2024 23:39:18 +0000 (16:39 -0700)
commitab78cbfabc856b0f9c069ab42ad8827cdaa499ce
treec20d6d87bba97b5dc9f7340f7295ad88b1a6d4f7
parent1b633ea59ad7f27263bf2a74ecc0e7d048b5eab5
Mention if an ERC module is local in its doc string

* lisp/erc/erc-common.el (erc--assemble-toggle)
(define-erc-module): Update language of doc string to indicate if a
module is local.
* test/lisp/erc/erc-tests.el (define-erc-module--global)
(define-erc-module--local)
(define-erc-module--local/permanent-locals): Update expected output.
lisp/erc/erc-common.el
test/lisp/erc/erc-tests.el